var github.com/andybalholm/brotli.compressFragmentFastImpl_kFirstBlockSize
3 uses
github.com/andybalholm/brotli (current package)
compress_fragment.go#L489: var compressFragmentFastImpl_kFirstBlockSize uint = 3 << 15
compress_fragment.go#L501: var block_size uint = brotli_min_size_t(input_size, compressFragmentFastImpl_kFirstBlockSize)
compress_fragment.go#L761: block_size = brotli_min_size_t(input_size, compressFragmentFastImpl_kFirstBlockSize)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |